home *** CD-ROM | disk | FTP | other *** search
/ Programming an RTS Game with Direct3D / Programming an RTS Game with Direct3D.iso / Examples / Chapter 5 / Example 5.4 / functions.h < prev    next >
Encoding:
C/C++ Source or Header  |  2006-01-30  |  152 b   |  9 lines

  1. #ifndef _RTS_FUNCTIONS
  2. #define _RTS_FUNCTIONS
  3.  
  4. #include "intpoint.h"
  5.  
  6. INTPOINT GetScreenPos(D3DXVECTOR3 pos, IDirect3DDevice9* Device);
  7.  
  8.  
  9. #endif